< Prev(J) / Next(K) > / View :

Filename: /text/shared/explorer/database/02010101.xhp

(bookmark: bm_id3154015)
links;relational databases (Base)
inner joins (Base)
joins in databases (Base)
left joins (Base)
right joins (Base)
full joins (Base)

リンク;リレーショナルデータベース (Base)
内部結合 (Base)
データベースの結合 (Base)
左結合 (Base)
右結合 (Base)
完全結合 (Base)

Join Properties
結合プロパティー(hd_id3154015.1)

If you double-click a connection between two linked fields in the query design, or if you choose Insert - New Relation, the Join Properties dialog appears. These properties will be used in all queries created in the future.
クエリーデザインで、リンクされた 2 つのフィールドをつなぐ接続線をダブルクリックするか、メニュー 挿入 → 新しいリレーション を選択すると、ダイアログ プロパティー が表示されます。これらのプロパティーは、設定後に作成するすべてのクエリーで利用されます。(par_id3151205.2)

(variable: wie)To access this command...(variable: wie)この機能の見つけ方

(embed text/shared/00/00000450.xhp#Joins : linkinfo)

Open query design and choose Insert - New Relation, or double-click on a connection line between two tables.
クエリーデザインを開いて、挿入 → 新規リレーション を選択するか、2 つのテーブルをつなぐ接続線をダブルクリックするかします。 (par_id3159166.26)

(/embed text/shared/00/00000450.xhp#Joins)


(bookmark: bm_id3150749)
(bookmark: bm_id3150752)

Tables involved
関連テーブル(hd_id3155066.17)

Specifies two different tables that you want to join.
結合する 2 つの別々のテーブルを指定します。(par_id3153924.16)

Fields involved
関連フィールド(hd_id3155766.15)

Specifies two data fields that will be joined by a relation.
リレーションで結合する 2 つのデータフィールドを指定します。(par_id3148994.14)

Options
オプション(hd_id3159267.3)

(bookmark: bm_id3147321)

Type
種類(hd_id3147340.13)

Specifies the link type of the selected link. Some databases support only a subset of the possible types.
選択したリンクのリンク型を指定します。データベースによっては、選択可能な型のサブセットにしか対応していない場合があります。(par_id3152482.4)

Inner Join
内部結合(hd_id3155334.5)

With the internal join, the results table contains only the records for which the content of the linked fields is the same. In Office SQL this type of link is created by a corresponding WHERE clause.
内部結合で作成されるテーブルには、リンクされたフィールドの内容が一致するレコードだけが含まれます。 Office SQL ではこの型のリンクは、WHERE 節に相当します。(par_id3155936.6)

Left Join
左結合(hd_id3156372.7)

With the left join, the results table contains all fields of the left table and only those fields of the right table for which the content of the linked fields is the same. In Office SQL this type of link corresponds to the LEFT OUTER JOIN command.
左結合で作成されるテーブルには、左側のテーブルのすべてのフィールドが入り、右側のテーブルからはリンクされたフィールドの内容が一致するフィールドだけが入ります。 Office SQL ではこの型のリンクは、LEFT OUTER JOIN コマンドに相当します。(par_id3166450.8)

Right Join
右結合(hd_id3155607.9)

With the right join, the results table contains all fields of the right table and only those fields of the left table for which the content of the linked fields is the same. In Office SQL this type of link corresponds to the RIGHT OUTER JOIN command.
右結合で作成されるテーブルには、右側のテーブルからはすべてのフィールドが含まれ、左側のテーブルからはリンクされたフィールドの内容が一致するフィールドだけが含まれます。 Office SQL ではこの型のリンクは、RIGHT OUTER JOIN コマンドに相当します。(par_id3150647.10)

Full Join
完全結合(hd_id3158215.11)

For a full join, the results table contains all fields of the left and right tables. In the SQL of Office this type of link corresponds to the FULL OUTER JOIN command.
完全結合で作成されるテーブルには、右側と左側のテーブルのすべてのフィールドが入ります。 Office の SQL ではこの型のリンクは、FULL OUTER JOIN コマンドに相当します。(par_id3163665.12)

(bookmark: bm_id0305200912022930)

Natural
自然(hd_id0305200912031976.)

Inserts the keyword NATURAL into the SQL statement that defines the relation. The relation joins all columns that have the same column name in both tables. The resulting joined table contains only one column for each pair of equally named columns.
キーワード NATURAL を SQL 文に挿入してリレーションを定義します。このリレーションは両方のテーブルの同じカラム名を持つすべてのカラムを結合します。結合されたテーブルの結果は、それぞれの同じ名前のカラムをペアにした一つのカラムを持っています。(par_id0305200912031977.)


< Prev / Next >